home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13499 < prev    next >
Encoding:
Text File  |  1996-08-05  |  959 b   |  23 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.inap.net!news1!and-000-241-51
  3. From: dlmiller@iquest.net (Doug & Rose Miller)
  4. Subject: Re: Recursion Question
  5. X-Nntp-Posting-Host: and-000-241-51.iquest.net
  6. Message-ID: <DpF8GJ.AJC@iquest.net>
  7. Sender: news@iquest.net (News Admin)
  8. Organization: IQuest Network Services
  9. X-Newsreader: News Xpress Version 1.0 Beta #2.1
  10. References: <4k14o1$2k2@isis.fiu.edu>
  11. Date: Sat, 6 Apr 1996 03:23:29 GMT
  12.  
  13. If you would care to post some code that you need help with, I'm sure someone will help.
  14. But if you haven't even tried to do it yourself. don't come asking us to do your homework
  15. assignments for you.
  16.  
  17. mark@serss1.fiu.edu (Mark Romano) wrote:
  18. +I am trying to find some recursive functions that will convert a number into
  19. +a binary. I need one that will print out the numbers as they are
  20. +generated and I also need one that will hold the binary digits in memory
  21. +and then printed out with a single printf statement.  Can any one help??
  22.  
  23.